runtime.gcControllerState.bgScanCredit (field)
8 uses
runtime (current package)
mgcmark.go#L578: bgScanCredit := gcController.bgScanCredit.Load()
mgcmark.go#L588: gcController.bgScanCredit.Add(-stolen)
mgcmark.go#L813: if gcController.bgScanCredit.Load() > 0 {
mgcmark.go#L842: gcController.bgScanCredit.Add(scanWork)
mgcmark.go#L882: gcController.bgScanCredit.Add(scanWork)
mgcpacer.go#L259: bgScanCredit atomic.Int64
mgcpacer.go#L390: c.bgScanCredit.Store(0)
proc.go#L4535: gcController.bgScanCredit.Add(scanCredit)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |